ilert · Example Payload

Delete Connectors {Id}

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Delete Connectors {Id} is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Remove a specific connector.",
  "description": "",
  "method": "DELETE",
  "path": "/connectors/{id}",
  "parameters": {
    "id": "string"
  },
  "request_body": null,
  "response": null
}